home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 85 / CD Actual 85 Febrero 2004.iso / Experto / Apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252326_all_in_one.html.en < prev    next >
Encoding:
Extensible Markup Language  |  2003-05-29  |  9.7 KB  |  176 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  4.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5.               This file is generated from xml source: DO NOT EDIT
  6.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.       -->
  8. <title>Frequently Asked Questions - Apache HTTP Server</title>
  9. <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  10. <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  11. <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  12. <link href="../images/favicon.ico" rel="shortcut icon" /></head>
  13. <body id="manual-page"><div id="page-header">
  14. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
  15. <p class="apache">Apache HTTP Server Version 2.0</p>
  16. <img alt="" src="../images/feather.gif" /></div>
  17. <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
  18. <div id="path">
  19. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Frequently Asked Questions</h1>
  20. <div class="toplang">
  21. <p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" title="English"> en </a></p>
  22. </div>
  23.  
  24.     <p>The latest version of this FAQ is always available from the main Apache
  25.     web site, at <<a href="http://httpd.apache.org/docs-2.0/faq/">http://httpd.apache.org/docs-2.0/faq/</a>>.</p>
  26.  
  27.     <p>Since Apache 2.0 is quite new, we don't yet know what the <em>Frequently
  28.     Asked Questions</em> will be. While this section fills up, you should also
  29.     consult the <a href="http://httpd.apache.org/docs/misc/FAQ.html">Apache 1.3
  30.     FAQ</a> to see if your question is answered there.</p>
  31. </div>
  32. <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#topics">Topics</a></li>
  33. <li><img alt="" src="../images/down.gif" /> <a href="#support">Support</a></li>
  34. <li><img alt="" src="../images/down.gif" /> <a href="#error">Error Messages</a></li>
  35. </ul></div>
  36. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  37. <div class="section">
  38. <h2><a id="topics" name="topics">Topics</a></h2>
  39. <dl><dt><a href="#support">Support</a></dt><dd>What do I do when I have problems?</dd>
  40. <dt><a href="#error">Error Messages</a></dt><dd>What does this error message mean?</dd>
  41. </dl></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  42. <div class="section">
  43. <h2><a name="support" id="support">Support</a></h2>
  44.     <ul>
  45.     <li><a href="#support.what2do">"Why can't I ...? Why won't ... work?" What
  46.     to do in case of problems</a></li>
  47.  
  48.     <li><a href="#support.support">Whom do I contact for support?</a></li>
  49.     </ul>
  50.  
  51.     <h3><a name="support.what2do" id="support.what2do">"Why can't I ...? Why won't ... work?" What to do in case of
  52.     problems</a></h3>
  53.     
  54.  
  55.       <p>If you are having trouble with your Apache server software, you should
  56.       take the following steps:</p>
  57.  
  58.       <dl>
  59.       <dt>Check the errorlog!</dt>
  60.       <dd>Apache tries to be helpful when it encounters a problem. In many
  61.       cases, it will provide some details by writing one or messages to the
  62.       server error log. Sometimes this is enough for you to diagnose & fix
  63.       the problem yourself (such as file permissions or the like). The default
  64.       location of the error log is
  65.       <code>/usr/local/apache2/logs/error_log</code>, but see the <code class="directive"><a href="../mod/core.html#errorlog">ErrorLog</a></code> directive in your config files for the
  66.       location on your server.</dd>
  67.  
  68.       <dt>Check the <a href="http://httpd.apache.org/docs-2.0/faq/">FAQ</a>!</dt>
  69.       <dd>The latest version of the Apache Frequently-Asked Questions list can
  70.       always be found at the main Apache web site.</dd>
  71.  
  72.       <dt>Check the Apache bug database</dt>
  73.       <dd>Most problems that get reported to The Apache Group are recorded in
  74.       the <a href="http://httpd.apache.org/bug_report.html">bug database</a>.
  75.       <strong>Please</strong> check the existing reports, open
  76.       <strong>and</strong> closed, before adding one. If you find that your
  77.       issue has already been reported, please <em>don't</em> add a "me, too"
  78.       report. If the original report isn't closed yet, we suggest that you
  79.       check it periodically. You might also consider contacting the original
  80.       submitter, because there may be an email exchange going on about the
  81.       issue that isn't getting recorded in the database.</dd>
  82.  
  83.       <dt><a id="support.what2do.user-support" name="support.what2do.user-support">Ask in a user support forum</a></dt>
  84.       <dd><p>Apache has an active community of users who are willing to share
  85.       their knowledge. Participating in this community is usually the best and
  86.       fastest way to get answers to your questions and problems.</p>
  87.  
  88.       <p><a href="http://httpd.apache.org/userslist.html">Users
  89.       mailing list</a></p>
  90.  
  91.       <p>USENET newsgroups:</p>
  92.  
  93.       <ul>
  94.       <li>comp.infosystems.www.servers.unix
  95.       [<a href="news:comp.infosystems.www.servers.unix">news</a>]
  96.       [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.unix">google</a>]
  97.       </li>
  98.  
  99.       <li>comp.infosystems.www.servers.ms-windows
  100.       [<a href="news:comp.infosystems.www.servers.ms-windows">news</a>]
  101.       [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.ms-windows">google</a>]
  102.       </li>
  103.  
  104.       <li>comp.infosystems.www.authoring.cgi
  105.       [<a href="news:comp.infosystems.www.authoring.cgi">news</a>]
  106.       [<a href="http://groups.google.com/groups?group=comp.infosystems.www.authoring.cgi">google</a>]
  107.       </li>
  108.       </ul></dd>
  109.  
  110.       <dt>If all else fails, report the problem in the bug database</dt>
  111.       <dd><p>If you've gone through those steps above that are appropriate and
  112.       have obtained no relief, then please <em>do</em> let the httpd developers
  113.       know about the problem by <a href="http://httpd.apache.org/bug_report.html">logging a bug
  114.       report</a>.</p>
  115.  
  116.       <p>If your problem involves the server crashing and generating a core
  117.       dump, please include a backtrace (if possible). As an example,</p>
  118.  
  119.       <div class="example"><p><code>
  120.         # cd <var>ServerRoot</var><br />
  121.         # dbx <var>httpd</var> <var>core</var><br />
  122.         (dbx) where
  123.       </code></p></div>
  124.  
  125.       <p>(Substitute the appropriate locations for your <var>ServerRoot</var>
  126.       and your <var>httpd</var> and <var>core</var> files. You may have to use
  127.       <code>gdb</code> instead of <code>dbx</code>.)</p>
  128.       </dd>
  129.       </dl>
  130.     
  131.  
  132.     <h3><a name="support.support" id="support.support">Whom do I contact for support?</a></h3>
  133.       <p>With several million users and fewer than forty volunteer developers,
  134.       we cannot provide personal support for Apache. For free support, we
  135.       suggest participating in a <a href="#support.what2do.user-support">user forum</a>.</p>
  136.  
  137.       <p>Professional, commercial support for Apache is available from
  138.       <a href="http://www.apache.org/info/support.cgi">a number of
  139.       companies</a>.</p>
  140.     
  141. </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  142. <div class="section">
  143. <h2><a name="error" id="error">Error Messages</a></h2>
  144.     <ul>
  145.     <li><a href="#error.sendfile">Invalid argument:
  146.     core_output_filter: writing data to the network</a></li>
  147.     </ul>
  148.  
  149.     <h3><a name="error.sendfile" id="error.sendfile">Invalid argument:
  150.     core_output_filter: writing data to the network</a></h3>
  151.  
  152.     <p>Apache uses the <code>sendfile</code> syscall on platforms
  153.     where it is available in order to speed sending of responses.
  154.     Unfortunately, on some systems, Apache will detect the presence of
  155.     <code>sendfile</code> at compile-time, even when it does not work
  156.     properly.  This happens most frequently when using network or
  157.     other non-standard file-system.</p>
  158.  
  159.     <p>Symptoms of this problem include the above message in the error
  160.     log and zero-length responses to non-zero-sized files.  The
  161.     problem generally occurs only for static files, since dynamic
  162.     content usually does not make use of <code>sendfile</code>.</p>
  163.  
  164.     <p>To fix this problem, simply use the <code class="directive"><a href="../mod/core.html#enablesendfile">EnableSendfile</a></code> directive to disable
  165.     <code>sendfile</code> for all or part of your server.  Also see
  166.     the <code class="directive"><a href="../mod/core.html#enablemmap">EnableMMAP</a></code>, which can
  167.     help with similar problems.</p>
  168.  
  169.     
  170. </div></div>
  171. <div class="bottomlang">
  172. <p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" title="English"> en </a></p>
  173. </div><div id="footer">
  174. <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  175. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
  176. </body></html>